Initializing the Movie Toolbox
The Movie Toolbox maintains state information for every application that is currently using the toolbox. The toolbox uses this information to keep track of the application's movies. Before calling any other Movie Toolbox functions, your application must establish this working environment by calling theEnterMovies
function. When your application is finished with the Movie Toolbox, you can release this storage by calling theExitMovies
function.
Subtopics
- EnterMovies
- ExitMovies